ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.JpCalendar Namespace / JapaneseCalendarEx Class / JapaneseCalendarEx Constructor / JapaneseCalendarEx Constructor(EraInfo[])
An EraInfo array that represents the eras information.

In This Topic
    JapaneseCalendarEx Constructor(EraInfo[])
    In This Topic
    Initializes a new instance of the JapaneseCalendarEx class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal erasInfo() As EraInfo _
    )
    public JapaneseCalendarEx( 
       EraInfo[] erasInfo
    )

    Parameters

    erasInfo
    An EraInfo array that represents the eras information.
    See Also